home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / ansi / colorsrt.zip / COLORS.DOC < prev    next >
Text File  |  1987-06-22  |  979b  |  28 lines

  1. Docs for Colors.com - screen attributes display utility
  2. R. Trevithick, 1/4/87
  3.  
  4.  
  5. This  program  simply  displays  all  screen  attributes with the
  6. values of the attribute  bytes which  produced them.   It's handy
  7. when  you  have  to  write  code  to  be run on multiple types of
  8. monitors, or  when you  simply need  to know  the attribute value
  9. your display hardware needs to produce 'bright cyan'.
  10.  
  11.  
  12. There are only three options:
  13.  
  14.         /b   displays on both monitors (if present).
  15.  
  16.         /d   displays the values in decimal (base 10).
  17.  
  18.         /o   displays the values in octal (base 8).
  19.  
  20.         It displays in hex by default.
  21.  
  22. An example  of it's  use would  be figuring out the best value to
  23. use for  dim and  normal video  on both  a monochrome  and an ega
  24. display.   Running the program with the /b option (if both monitors are 
  25. attached to the same machine) would show that a value of 07h for dim and 
  26. 0fh for normal would work for both...
  27.  
  28.